home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / COMMON / mouse.h < prev    next >
C/C++ Source or Header  |  1979-12-31  |  285b  |  12 lines

  1. /* --------------------------------- mouse.h -------------------------------- */
  2.  
  3. /* This is part of the flight simulator 'fly8'.
  4.  * Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
  5. */
  6.  
  7. /* Header for mouse.c.
  8. */
  9.  
  10.  
  11. extern int    GetMouse (int *win_x, int *win_y, char *btn, int *nbtn);
  12.